public RegionVM(Region region)
 {
     this._region = region;
 }
 public RegionVM()
 {
     _region = new Region();
 }