public IQueryable <WEB_SERVICE_TYPES_V> ListServices(string serviceName)
 {
     return(ServiceTypeRepo.GetAll());
 }
 public IQueryable <WEB_SERVICE_TYPES_V> GetServices()
 {
     return(ServiceTypeRepo.GetAll());
 }