public bool Delete(object IdTallaEdad)
 {
     return(AprTallaEdad.Delete(IdTallaEdad) == 1);
 }