func (r *Email) IsExists() bool { return models.IsValueExists("users", "email", r.EmailAddress()) }
func (c *Creation) isCompanyExists() bool { return models.IsValueExists("companies", "id", c.companyId) }