public IEnumerable <ServiceModel> GetUserServices(int userId)
 {
     return(_repo.FindByUser(userId));
 }