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