public bool Delete(object IdMetodoScreening)
 {
     return(LabMetodoScreening.Delete(IdMetodoScreening) == 1);
 }