public GrupoVehiculo Actualizar(GrupoVehiculo entity)
		{
			throw new NotImplementedException();
		}
		public bool Eliminar(GrupoVehiculo entity)
		{
			throw new NotImplementedException();
		}
		public GrupoVehiculo Insertar(GrupoVehiculo entity)
		{
			throw new NotImplementedException();
		}