public bool LoginControl(StudentLoginDTO studentLogin) { return(_studentDal.LoginControl(studentLogin)); }