public BlogPost[] GetAll()
 {
     return(BlogPosts.OrderBy(i => i.CreateDate).ToArray());
 }