public bool save() { return(_ppgContext.SaveChanges() >= 0); }
public bool save() { return(_tempContext.SaveChanges() >= 0);//if save happend? }