public async Task <Estoque> BuscarPorIdAsync(int id)
 {
     return(await _estoqueRepository.BuscarPorIdAsync(id));
 }