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