public async Task <IList <EstoqueResponseModel> > GetByLoja([FromRoute] int loja)
 {
     return(await _estoqueService.GetAllByLoja(loja));
 }