public ClientMaster getById(int id)
        {
            var client = _clientMasterRepository.GetById(id);

            return(client);
        }