public async Task <bool> RemoveById(long id)
 {
     return(await _iaRepository.RemoveById(id));
 }