private void Check_FName() { if (FName.IsNullOrEmpty()) { string error = "First Name missing."; _err.Add(error, MethodBase.GetCurrentMethod()); } }