private void Guardar(Paciente item)
 {
     throw new NotImplementedException();
 }
 public static object Buscar(Paciente paciente)
 {
     throw new NotImplementedException();
 }