public bool Destroy(object IdTipoMotivoConsulta)
 {
     return(MamTipoMotivoConsultum.Destroy(IdTipoMotivoConsulta) == 1);
 }