public static RationCardDetail FetchFamilyCount(string custId)
 {
     return(MasterDataWorker.FetchFamilyCount(custId));
 }