public IList <Disciplina> GetAll() { try { return(_repositorio.GetAll()); } catch (Exception e) { throw new Exception(e.Message); } }