public static List <Company> Company_GetByTop(string Top, string Where, string Order) { return(db.Company_GetByTop(Top, Where, Order)); }