string  a = "mohsen";
string  b = string .Copy(a);
Console.WriteLine(b);