private bool CheckForSame() { if (!DataBaseClient.CheckDuplicateCompany(Company)) { return(true); } else { return(false); } }