public EmployeeController() { _unitOfWork = new UnitOfWork.UnitOfWork(); _employees = _unitOfWork.GetRepoInstance <Employee>(); }