public static Paciente GetPaciente(string id)
 {
     return(_repository.FetchOneById(Int32.Parse(id)));
 }