/// <summary>
 /// This Function is used to get Details of the AdhaarXContactNumber from Database.
 /// </summary>
 public static AdhaarXContactNumber GetDetails(int id)
 {
     return(AdharXContactNumberDA.GetDetails(id));
 }