public IQueryable <ReportingParty> GetDataByphoneTypeId(int phoneTypeId)
 {
     return(_dbRepository.GetDataByPhoneTypeId(phoneTypeId).AsQueryable());
 }