private void TxtPhotoshootTypeDescription_TextChanged(object sender, EventArgs e)
 {
     Validation.checkMark(lblPhotoshootTypeDescription, Validation.validate(txtPhotoshootTypeDescription.Text, "name"));
 }