namespace Documents.Models
{
public enum DocumentType
Quote,
Expedition,
DeliveryNote,
Invoice,
Order,
Certificate
}