public IActionResult Delete(Guid Id, string username) { var model = _newsletterRepository.GetNewsLetterById(Id); return(View(model)); }