public bool AssignAccountRole(string accountID, string roleID) { return(RemoteHelper.AssignAccountRole(accountID, roleID)); }