public swift_msg_inc Get_SwiftMsgIncById(decimal Id)
 {
     return(_swiftMsgIncRepository.GetSingle(r => r.rec_no == Id));
 }