From my controller I have passed value module to view
public ActionResult Details(long id, string owner) { var module = _ownedModuleRepositor
you can use C# null coalescing operator:
@(Model.End?.ToString("dd/MM/yyyy") ?? "Date is Empty")