public static Club GetClubByShortName(string shortName) { return(ClubDAL.GetClubByShortName(shortName)); }