public Base DeleteByName(string name) { Base b = null; return(b); }
public DataStructure() { first = null; numberBase = 0; }