public static int Cong(SoNguyen a, SoNguyen b) { return(a.GiaTri + b.GiaTri); }
SoNguyen gan(int gt) { SoNguyen a = new SoNguyen(gt); return(a); }