public static Vendor GetVendor(int id)
 {
     // return new Product { ID = id, Title = "Gerbera", Description = "wedding Flower", UnitPrice = 6, Quantity = 5000 };
     //  return DBManager.GetByID(id);
     return(DBManager.GetByIDV(id));
 }