public StudentDTO GetById(int id) { _studentDal = new StudentDAL(); return _studentDal.GetById(id); }