public SearchObj(string str, ClientBrief req, object obj) : this(str, req) { ReqOpt = obj; }
public SearchObj(string str, ClientBrief req) : this(str) { ReqSource = req; }