public VezbaEditorPresenter(VezbaEditorBaseForm form, Nullable <int> vezbaId)
 {
     this.view    = form as IVezbaEditorView;
     this.vezbaId = vezbaId;
 }
 public VezbaEditorPresenter(VezbaEditorBaseForm form, Nullable<int> vezbaId)
 {
     this.view = form as IVezbaEditorView;
     this.vezbaId = vezbaId;
 }