public IList <TerminationReason> GetTerminationReason(int terminationId)
 {
     return(_controller.GetTerminationReason(terminationId));
 }