public function anyAppointment($id)
 {
     return Helpers::appointmentDoc($id);
 }