public IEnumerable <Model.Models.Computer> GetAllPaging(int pageIndex, int pageSize, out int totalRow) { return(_computerRepository.GetMultiPaging(x => x.Status, out totalRow, pageIndex, pageSize)); }