public async Task <IActionResult> GetSupplierById(int id) { return(await _service.GetSupplierbyIdAsync(id)); }