public bool AssignUserToQuoteElementType(int userId, int quoteElementTypeId, bool active)
 {
     _wrapper = new Wrapper(_connectionString);
     return(_wrapper.AssignUserToElementType(userId, quoteElementTypeId, active));
 }