public T Get(int id) { return(DbUtil.Get <T>(id, Cs)); }
public T Get <T>(int id) where T : new() { return(DbUtil.Get <T>(id, Cs)); }