public static void Country_Insert(CountryInfo Data)
 {
     db.Country_Insert(Data);
 }