public string TestComplement(string num, int len)
 {
     return(Task6.Complement(num, len));
 }