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