public DisplayDetailScormPresenter(iApplicationContext oContext, IViewDisplayDetailScorm view, ref NHibernate.ISession IcoSession)
     : base(oContext, view)
 {
     this.CurrentManager = new BaseModuleManager(oContext);
     this._IcoSession    = IcoSession;
 }
 public DisplayDetailScormPresenter(iApplicationContext oContext, IViewDisplayDetailScorm view)
     : base(oContext, view)
 {
     throw new ArgumentNullException("IcoSession", "Icodeon Session must be setting.");
     this.CurrentManager = new BaseModuleManager(oContext);
 }