public bool Delete(object IdAsistencia)
 {
     return(PnAsistencium.Delete(IdAsistencia) == 1);
 }