public object DeleteMsgDetails(List <string> msgDetailIds)
 {
     return(_MsgService.DeleteMsgDetails(msgDetailIds));
 }