public override void LoadView()
 {
     _productView = new ProductView(new RectangleF(0, 20, 320, 460));
     this.View = _productView;
 }