public static bool UpdateV(Vendor newVendor)
 {
     return(DBManager.UpdateV(newVendor));
 }