public decimal GetOpportunity(Stage stage, string city)
 {
     return(QueriesHelper.GetOpportunity(GetQuotes(), stage, city));
 }