/// <summary>
 /// Method to fetch the country name and area Id
 /// </summary>        
 //public DataSet getCountry()
 public DataTable getCountry()
 {
     locPre = new locSearchPresenter(this);
     locPre.getCountry();
     return dtCountry;
 }