public void Allocate(Allocation allocation)
        {
            Vaidate(allocation);

            allocation.Enable();

            allocationRepository.Save(allocation);
        }