public BiPresenter(IBiView view)
 {
     _view = view;
 }
 public BiPresenter(IBiView view)
 {
     _view = view;
 }