public IEnumerable <Citytbl> GetAllCity(Citytbl ct)
 {
     return(objcityDA.CityAll(1, ct));
 }