//Update
 public void Update(OntimeInboundYear ontimeInboundYear)
 {
     objDb.Update(ontimeInboundYear);
 }
 //Insert
 public void Insert(OntimeInboundYear ontimeInboundYear)
 {
     objDb.Insert(ontimeInboundYear);
 }