public List <City> GetDataListByName(string attribute, string value)
 {
     return(cityGateway.GetDataListByName(attribute, value));
 }