public void ChangeInventoryStatus(int statusId)
 {
     _restApiClient.ChangeInventoryStatus(statusId, SelectedInventory.Id);
 }