public bool Destroy(object IdEstudioEntidad)
 {
     return(RisEstudioEntidad.Destroy(IdEstudioEntidad) == 1);
 }