public async Task <IEnumerable <Phongban> > getAll() { var list = await phongBanRepository.getAll(); return(list); }