public ISingleResult <CustomersByCityResult> CustomersByCity(string london)
 {
     return(_dataContext.CustomersByCity(london));
 }