public async Task <bool> ChangeBanner(Gico.SystemDomains.Banner.Banner banner) { return(await _bannerRepository.Change(banner)); }