public bool AddApplicantEntity(ApplicantTypeMaster ApplicantTypeMaster)
 {
     return(Repository.AddApplicantEntity(ApplicantTypeMaster));
 }