public void MarkAsRead(int id)
 {
     NidanBusinessService.MarkAsReadFollowUp(UserOrganisationId, id);
 }