public GroupHomepage(string title, string slug, string metaDescription, string backgroundImage, string featuredGroupsHeading, List <Group> featuredGroups,
                      GroupCategory featuredGroupsCategory, GroupSubCategory featuredGroupsSubCategory, IEnumerable <Alert> alerts, string bodyHeading, string body, string secondaryBodyHeading, string secondaryBody, EventBanner eventBanner)
 {
     Title                     = title;
     Slug                      = slug;
     MetaDescription           = metaDescription;
     BackgroundImage           = backgroundImage;
     FeaturedGroups            = featuredGroups;
     FeaturedGroupsCategory    = featuredGroupsCategory;
     FeaturedGroupsHeading     = featuredGroupsHeading;
     FeaturedGroupsSubCategory = featuredGroupsSubCategory;
     Alerts                    = alerts;
     BodyHeading               = bodyHeading;
     Body                      = body;
     SecondaryBodyHeading      = secondaryBodyHeading;
     SecondaryBody             = secondaryBody;
     EventBanner               = eventBanner;
 }