public string selectRole(userDTO userDTO) { string roleOfAccount = string.Empty; roleOfAccount = userDAL.selectRoleAccount(userDTO); // to check what role of this account return(roleOfAccount); }