private bool DontProblemForSend(string RefID) { bool Result = false; Result = BI.ISOkForSend(RefID, UserInfo.UserId.ToString()); return(Result); }