public async Task <ActionResult <int> > TotalDays()
 {
     return(await patientRepo.AllDays());
 }