public ActionResult CreateUpdatePatient(PatientDTO patientDTO)
 {
     return(Ok(_patientService.CreateUpdatePatient(patientDTO, GetToken(HttpContext))));
 }