public State GetState(string name)
 {
     return(_model.GetState(name));
 }