public bool addPointData(string name, int point, int maxs, string mark) { return(dal.addPointData(name, point, maxs, mark) > 0); }