public int Add(OneUser oneUser) { _ar.Add(oneUser); return(_ar.Count); }
public int Add(OneUser oneUser) { _ar.Add(oneUser); return _ar.Count; }