public void AddWeight(double weight, int id)
 {
     _sqlContext.AddWeight(weight, id);
 }