public bool enviarMateria(int codMateria) { try { return(dal.enviarMateria(codMateria)); } catch { return(false); } }