public bool DoesGroupNameExists(string groupName) { if (context.DoesGroupNameExists(groupName)) { return(true); } return(false); }