public string Name
{
  get { return Model.Name; }
  set { Model.Name = value; }
}

こういう感じで VM で M のプロパティを V に伝えるためだけの
プロパティってなんていうの?