public BulletPointService(string connectionString)
 {
     _bulletPointDM = new BulletPointDM(connectionString);
 }
 public BulletPointService()
 {
     _bulletPointDM = new BulletPointDM("");
 }