public bool StartsWith(string letters)
 {
     return(SuperName.StartsWith(letters));
 }