public AddReciepeCommand(AddReciepeVM vm)
 {
     VM = vm;
 }
 public OPenFileDialogCommand(AddReciepeVM vm)
 {
     VM = vm;
 }