/// <summary>
 /// Used for send the retake communications
 /// </summary>
 /// <returns>int</returns>
 /// <createdby>Bobi</createdby>
 /// <createdDate>14 july 2014</createdDate>
 public static int CommunicationRetake()
 {
     try
     {
         DecisionPointRepository objdecisionPointRepository = new DecisionPointRepository();
         return(objdecisionPointRepository.SetRetakeDocument());
     }
     catch
     {
         throw;
     }
 }