public TeamListVM(string userName, DbInfo info) { // -------------------------------------------------------- // Constructor... this.UserName = userName; this.UserTeamList = info.GetUserTeamList(userName); }