public bool Update(Car_Table CTobj) { return(obj.Update(CTobj)); }
public bool insert(Car_Table cobj) { return(obj.Insert(cobj)); }