public MyString(string s)
 {
     StringValue = s;
     Calculator  = StringOperation.GetInstance();
 }