public IQueryable <Approval> GetAll() { _loggerService.CreateLog(_user, "API", "ApprovalController", "Approval", "GetAll", null, null); return(_approvalRepository.GetApprovals()); }