public bool IsMember(Int32 AccountID, Int32 GroupID) { return(_groupMemberRepository.IsMember(AccountID, GroupID)); }