public static void CreateNewBlog(Blog blog)
 {
     LoadProviders();
     _provider.CreateNewBlog(blog);
 }