public async Task <bool> Delete(int id)
 {
     return(await _guestbookServices.TestTranInRepositoryAOP());
 }
        public async Task <string> TestTranInRepositoryAOP(int id)
        {
            await _guestbookServices.TestTranInRepositoryAOP();

            return("");
        }