public async Task <IActionResult> GetAllSuppliers()
 {
     return(await _service.GetAllSuppliersAsync());
 }