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