public List <Question> Question_GetByTop(string Top, string Where, string Order) { return(obj.Question_GetByTop(Top, Where, Order)); }