public InventarioMpVM()
 {
     InventarioMP = new ObservableCollection <MpProduct>(ProductQueries.GetMP());
     Unidades     = new ObservableCollection <string>(ProductQueries.GetUnidades());
     editMp       = new EditMpCommand(this);
     createMp     = new NewMpCommnand(this);
 }