public void Xoa(Sach s) { DanhSachSach.Remove(s); }
public void Them(Sach s) { DanhSachSach.Add(s); }