public bool CheckStatus(string usu) { bool status = false; status = cb.CheckStatus(usu); return(status); }