public bool AssignUserToQuoteElement(int userId, int quoteElementId, bool active)
 {
     _wrapper = new Wrapper(_connectionString);
     return(_wrapper.AssignUserToQuoteElement(userId, quoteElementId, active));
 }