public HistoryController()
 {
     _dl = new DraftInfoLogic();
     _pushedListLogic = new PushedListLogic();
     _historyLogic    = new PushHistoryLogic();
     _al = new AuthorityManageLogic();
 }
 public PushedListController()
 {
     _pl = new PushedListLogic();
     _dl = new DraftInfoLogic();
 }