public string GetWhere(Condition condition)
 {
     return(strategy.Equal(condition).Excute());
 }