public StartPresenter([NotNull] IStartView view, [NotNull] IStartModel model)
 {
     m_View  = view;
     m_Model = model;
 }