public IList <City> GetCitites(int StateId) { try { return(_location.GetCities(StateId)); } catch { throw; } }