//Extra business logic public bool TeamNameAvailable(string teamname) { return(_teamContext.NameAvailable(teamname)); }