private async void OnDeletePortionCommandAsync(PortionModel model)
 {
     PortionModels.Remove(model);
     CalculateTotolPrice();
 }