public DataTable GetStateByCountry(int id)
 {
     dt = objmodel.GetStateByCountry(id);
     return(dt);
 }