public bool delete(string username)
 {
     return(UserService.DeleteStudentBySnumber(username));
 }