public IActionResult GetAllClinics()
 {
     return(Ok(_ClinicRepository.GetAllClinics()));
 }