public Submit(viewModel vM2)
 {
     this.vM = vM2;
 }
 public Cancel(viewModel vM2)
 {
     this.vM = vM2;
 }