/// <summary>
 /// Starts the application
 /// </summary>
 public static void Start()
 {
     BlogContext.ConfigureInitializer();
 }