public void Delete(int Id, Form DelForm) { throw new NotImplementedException(); }
public void Update(Form UpdForm) { throw new NotImplementedException(); }
public void Add(Form AddForm) { throw new NotImplementedException(); }