public bool Delete(object IdPractica)
 {
     return(GuardiaRegistrosPracticasLaboratorio.Delete(IdPractica) == 1);
 }