public int AllocationLeave(AllocationEmployeeLeave allocation)
        {
            int rowAffected = adminGateway.AllocationLeave(allocation);

            return(rowAffected);
        }