public bool SetIsTop(int Id, Guid MemberId) { try { MDal.SetIsTop(Id, MemberId); return(true); } catch (Exception) { return(false); } }