>>427
string strA = "name=Model1";

public Model()
   : base(strA)
{
}
↑のような書き方だと オブジェクト参照が必要ですとでるのでアドバイスお願いします。