public AccountController()
 {
     _wcfService = new WcfServiceInvoker();
     _sessionContext = new SessionContext();
 }
 public DashboardController()
 {
     _wcfService = new WcfServiceInvoker();
     _sessionContext = new SessionContext();
 }