public ActionResult <List <Visit> > GetVisitByPatientUCIN(string ucin)
 {
     return(_visitService.GetAllByPatientUCIN(ucin));
 }