internal DataTable GetAllCountry()
 {
     return(dGateway.GetAllCountry());
 }