public CategoryView() { InitializeComponent(); presenter = new CategoryPresenter(this, new CategoryModel()); }