public System.Collections.Generic.List <BlogPost> GetMainPagePosts() { //return bData.GetPostsForDay(System.DateTime.Now); return(bData.GetPostsForPage(0)); }