public NewPostPresenter(INewPostView view, IBlogSystemData data)
 {
     this.view = view;
     this.Data = data;
 }
 public NewPostPresenter(INewPostView view)
 {
     this.view = view;
 }