public async Task <IEnumerable <Detail> > GetAll(int page, int count) { return(await detailService.GetAsync(page, count)); }