public int Add(Job j) { return base.Add(j); }
public int Update(Job j) { return base.Update(j); }
public static Job ConvertFeedToJob(Feed f) { Job j = new Job(f); return j; }