public string RegisterControl(StudentLoginDTO studentLogin) { return(_studentDal.RegisterControl(studentLogin)); }