public string GetMappingData(string Leavecode)
        {
            string qtytype = _iLeaveRequestRepository.GetMappingData(Leavecode).ToString();

            return(qtytype);
        }