protected void ChangeStatus(int Id, int VehicleId, string Status) { if (Financial.ChangeStatus(Id, VehicleId, Status)) { GvMyVehicles.DataBind(); } }