public async Task <bool> DeleteByIdAsync(int id)
 {
     return(await _promotionRepository.DeleteAsync(id));
 }