public void AddJob(CoreKbJob Entity)
 {
     throw new NotImplementedException();
 }
 public bool DeleteJob(CoreKbJob Entity)
 {
     throw new NotImplementedException();
 }