public void  GetClientData()
 {
     ClassB b      = new ClassB(this);
     string result = b.GetDataFromDB("c1");
 }