public bool Destroy(object IdInterconsulta)
 {
     return(AprInterconsultum.Destroy(IdInterconsulta) == 1);
 }