public async Task <Producer> Details(int id) { var result = await _iProducer.GetProducer(id); return(result); }