public static IEnumerable <Paciente> GetPacientes()
 {
     return(_repository.FetchAll());
 }