//ErrorFound, Will Check for errors bool CheckEmail() { if (reception.CheckEmailExists(tb_email.Text)) { lb_error.Text = "Email eksitere allerede!"; } else { return(false); } return(true); }