public IEnumerable <Sach> GetAll(bool status = true) { return(sachRepository.GetMulti(x => x.TrangThai == status)); }