public DataTable GetAllRelationship()
 {
     return(_objMasterDal.GetAllRelationship());
 }