public void Init(IDefaultView view)
 {
     _view      = view;
     view.Model = _projection.GetData();
 }