public int CustomersCountByRegion(string wa)
 {
     return(_dataContext.CustomersCountByRegion(wa));
 }