public EmployeeProfileController()
 {
     this._employeeProfileTable = new EmployeeProfileTable();
     this._userTable            = new UserTable();
     validatepermissions        = new validatePermissions();
     _logTable      = new LogBook.Controllers.LogBookController();
     _employeeTable = new EmployeeTable();
 }
 public EmployeeController()
 {
     //  validatelim = new ValidateLimits();
     validatepermissions  = new validatePermissions();
     employeeprofileTable = new EmployeeProfileTable();
     witnessesModel       = new MongoModel("witnesses");
     _listTable           = new ListTable();
     employeetable        = new EmployeeTable();
     Notificate           = new Notifications();
     _logTable            = new LogBook.Controllers.LogBookController();
     userTable            = new UserTable();
     profileTable         = new ProfileTable();
     listTable            = new ListTable();
 }