public GLPostingController()
 {
     _glPostingRepository = new GLPostingRepository();
 }
 //public HttpSessionState session { get; set; }
 public TrialBalanceController()
 {
     _glpostingRepository = new GLPostingRepository();
 }